home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / MessageBox.nib / data.classes next >
Text File  |  1994-11-16  |  379b  |  28 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MessageBox = {
  7.     ACTIONS = {
  8.     eraseHistory:;
  9.     windowDidMove:;
  10.     eraseMessage:;
  11.     windowDidResize:;
  12.     toggleMode:;
  13.     doMessage:;
  14.     doReturn:;
  15.     windowWillResize:;
  16.     };
  17.     OUTLETS = {
  18.     doReturnButton;
  19.     inBoxScrollView;
  20.     inBox;
  21.     outBox;
  22.     modeButton;
  23.     messageBox;
  24.     enclosingBox;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.